ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / MinorTickMarks Property

In This Topic
    MinorTickMarks Property (ChartAxis<T>)
    In This Topic
    Gets or sets the location of minor axis tick marks.
    Syntax
    'Declaration
     
    Public Property MinorTickMarks As AxisTickMark
    public AxisTickMark MinorTickMarks {get; set;}
    See Also